-- background: 3203 from stack: in -- bmap block id: 3554 -- flags: 0000 -- background id: 0 -- name: ----- HyperTalk script ----- on openCard get (number of this card) & " of " & (number of cards) put it into background field "Card Number" end openCard -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=453 top=301 right=332 bottom=483 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp go to next card end mouseUp -- part 6 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=44 top=302 right=316 bottom=102 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 9 -- style flags: 2304 -- line height: 12 -- part name: Card Number -- part 5 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=425 top=277 right=305 bottom=455 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp go to prev card end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=51 top=53 right=97 bottom=96 -- title width / last selected line: 0 -- icon id / first selected line: 20098 / 20098 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp go home end mouseUp